home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / you-075a.lha / you-075a / lists.h < prev    next >
Text File  |  1992-06-18  |  478b  |  12 lines

  1. /* ******************************************************************** */
  2. /* lists.h           Copyright (C) Codemist and University of Bath 1989 */
  3. /*                                                                      */
  4. /* basic list operations prototypes                                    */
  5. /* ******************************************************************** */
  6.  
  7. LispObject Fn_memq(LispObject*);
  8. LispObject Fn_append(LispObject*);
  9.  
  10. void initialise_lists(LispObject*);
  11.  
  12.